ClientBootstrap

Undocumented in source.

Constructors

this
this(EventLoop loop)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

ClientCreatorCallBack
alias ClientCreatorCallBack = void delegate(TcpStream)
Undocumented in source.
ConnCallBack
alias ConnCallBack = void delegate(PipeLine)
Undocumented in source.
LinklogInfo
alias LinklogInfo = TLinklogInfo!ConnCallBack
Undocumented in source.

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
closeCallBack
void closeCallBack()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(Address to, ConnCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
connectCallBack
void connectCallBack(bool isconnect)
Undocumented in source. Be warned that the author may not have intended to support it.
deletePipeline
void deletePipeline(PipelineBase pipeline)
Undocumented in source. Be warned that the author may not have intended to support it.
doConnect
void doConnect()
Undocumented in source. Be warned that the author may not have intended to support it.
heartbeatTimeOut
auto heartbeatTimeOut(uint second)

time is s

onTimeOut
void onTimeOut()

Client Time out is not refresh!

pipelineFactory
auto pipelineFactory(PipelineFactory!PipeLine pipeFactory)
Undocumented in source. Be warned that the author may not have intended to support it.
readCallBack
void readCallBack(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
refreshTimeout
void refreshTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
setClientCreatorCallBack
void setClientCreatorCallBack(ClientCreatorCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

eventLoop
EventLoop eventLoop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pipeLine
auto pipeLine [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tryCount
tryCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tryCount
uint tryCount [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta